How to Install docker2aci software package in Ubuntu 17.04 (Zesty Zapus)

How to Install docker2aci software package in Ubuntu 17.04 (Zesty Zapus)

docker2aci software package provides CLI tool to convert Docker images to ACIs, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install docker2aci 

docker2aci is installed in your system.

Make ensure the docker2aci package were installed using the commands given below,

$ sudo dpkg-query -l | grep docker2aci *

You will get with docker2aci package name, version, architecture and description in a table

docker2aci package basic information:

Distro Ubuntu 17 04 zesty zapus
Section Development
Package docker2aci
Version 0.12.0+dfsg-1
Description CLI tool to convert Docker images to ACIs
Sub Section devel


See Also, How to uninstall or remove docker2aci software package from Ubuntu 17.04 (Zesty Zapus)?